home *** CD-ROM | disk | FTP | other *** search
/ Creative Computers / Creative Computers CD-ROM, Volume 1 (Legendary Design Technologies, Inc.)(1994).iso / commercial / inovatronics / edgedemo / edgeeditor / rexx / menu_loaddeflconfig.edge < prev    next >
Text File  |  1994-11-17  |  284b  |  17 lines

  1. /*
  2. ** $VER: Menu_LoadDefLConfig.edge 1.0 (Friday 22-Oct-93 12:55:22)
  3. **
  4. ** Reload the default local configuration
  5. **
  6. ** Written by Thomas liljetoft & Inovatronics
  7. */
  8.  
  9. options results
  10.  
  11. /* what is the prefs file name */
  12. getenvvar _ge_localfile
  13.  
  14. /* load it then */
  15. loadenv result defle
  16.  
  17.